home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware City / Developers / Appl. Feature Information / ReadMe < prev    next >
Text File  |  1994-06-16  |  5KB  |  92 lines

  1. Application Feature Information AppleScript
  2.  
  3. Author:
  4.     By: R. Mark Fleming, 
  5.     521 Albert street, Kingston, Ontario, Canada, K7K 4M5
  6.     Phone: (613) 545-2039  E-mail: <MarkF@Post.QueensU.CA>
  7.  
  8. Description:
  9. List file type and creator information about applications  and files which contain resources of:  PowerPC code (cfrg), AppleScript Scripts (scpt), AppleScript terminology resources (aete), Easy Open resources (open, kind) when dropped onto this script application.  
  10.  
  11. If the application contains Macintosh Easy Open resources (open, kind), they are read and decoded to list readable file types and document type descriptions.
  12.  
  13. Installing: 
  14. Place the Has Resource AppleScript Addition in the AppleScript Addition folder 
  15. (it's located in the Extensions Folder).  Drag "Application Feature Information" on to your desktop (or some place on your hard drive) where it is visible.
  16.  
  17. Using script to Collecting file information:
  18. Drag & Drop  the file(s) you wish to list on-to the AppleScript Dropplet "Application Feature Information".
  19.  
  20. Requirements:
  21.     - AppleScript 1.0
  22.     - Scriptable Text Editor (for logging the output).
  23.     - System 7.0 or later
  24.     - Has Resource AppleScript Addition
  25.  
  26. History:
  27. Version 1.0 first released.
  28. Version 1.01 Added check for Scriptable Editor and Check if application is a native PowerPC application
  29. Version 1.1 Added looping code to list all resource of type 'kind', not just the first one.
  30.  
  31. Note: You can read and change the script using the Apple Script Script Editor.
  32.  
  33. ****************************************************************
  34.  
  35. Has Resource AppleScript Addition, Shareware $15.00
  36. By R. Mark Fleming
  37.  
  38. Description: Provides access to any type of resource of a file as a array of characters.   
  39.  
  40. AppleScript Addition Syntax:
  41.  
  42.     Resource  alias  -- The file to check for exist of resource type
  43.         type  string  -- Resource type of interest.
  44.         [ID  integer]  -- ID resource, if not access via index option.
  45.         [index  integer]  -- index into resource type, 1 = start.
  46.         [data  boolean]  -- Should the resource data be returned? if not specifed only check is resource type exists.
  47.     Result:   list  -- {number of resource of this type [, name, id, index, size | data] }
  48.  
  49. were the list contains:
  50.    1st Item:  Number of resources of the specified type. 
  51.                       If no resoure of specified type are found, no other item will be returned.
  52.   2nd Item: Name of the resource of the given indexed resource.
  53.   3nd Item: resource Id of the indexed resource
  54.   4th Item:  the size of the resource or the data contain in the resource depending if data flag is set. Default is size.
  55.  
  56. Note: When requesting resource data, all the data is returned as TEXT.  Most cases the data returned will be of little use, unless you write a routine to parse the data.  I have written two routine to parse 'open' and 'kind' resources used by Macintosh Easy Open to provide information about file type that can be opened and to provide description of documents of specified type. They are: formatOPENRes(ResData) and formatKindRes(ResData).
  57.  
  58. ****************************************************************
  59.  
  60. Other software:
  61.  
  62. Print Job Query v1.3  (Freeware,  PPC FAT) 
  63. - An application that uses MacTCP to query unix host for printers status inforrmation.
  64.  
  65. Translation Package v1.52 (Freeware/Shareware)
  66. This package currently contains:
  67. Drag & Drop tools:
  68.     ctc v1.7 - A smart file typer that looks at file content to suggest the correct filetype. 
  69.     PICT / BMP  V1.51 - Converter for converting graphics into Macintosh BitMap PICT or Windows BMP, (PPC FAT).
  70.     TEXT Converter V1.5 - EBCDIC translator, and Macintosh extended character set to plain ascii translator, (PPC FAT).
  71.     EPS Preview Converter V1.5, (PPC FAT)
  72. Apple File Exchange (AFE) Translators:
  73.     TIFF (IBMpc to Mac) V2.0 - converts TIFF files to PICT or copies file to Macintosh and set correct file type of TIFF.
  74.     EPSF (IBMpc to Mac) V2.0 - converts ESPF preview images into a Macintosh PICT preview and copies postscript code to Macintosh and set correct file type of EPSF or TEXT.
  75.     Windoes (.BMP) to PICT V1.02 - converts  all types of Windows BMP files except compress & 24bit RGB to PICT.
  76.     WordStar to RTF V1.02 - Converts WordStar to Rich Text Format readable by most word processors.
  77.     dBase II && III to CSV V1.0.4 - Converts dbase formated database to Comma separated text files or Tab separated text files.
  78.     B&W Bitmap (Mac to IBMpc) BMP V1.0 - Converts B&W images to Windows BMP B&W image.
  79. XTND Translators:
  80.     Window (.BMP) V1.10 - converts  all types of Windows BMP files except compress & 24bit RGB to PICT.
  81.     StartUPSCreen V1.01 - Read Macintosh color and B&W startup images
  82.     PC PaintBrush (PCX) V1.0
  83. Standalong Applications:
  84.     QT Movie ToolBox V1.3, (PPC FAT)
  85.     BitMapsToEPS V3.10- test application used to test above import formats with simple QT movie player, Color to B&W converter and primitive B&W Paint editor.
  86.  
  87. NetDoctor, The Lab & Network Maintainer Package, Copyright © 1988-1994, All Rights Reserved.
  88. The cost of NetDoctor  $190(US) per copy + shipping or site licence        $1500(US) + shipping 
  89. NetDoctor is simular to InterPoll in it's basic features, but it does not stop their.  It supports querying all current Macintoshes for system information; querying most network printers (DeskWriters, LaserWriter and ImageWriters) for printer status, quering AppleShare servers for guest login rights & volume accessabl and supports SNMP over AppleTalk.
  90.  
  91. Note:pricing is subject to change without notice.
  92.